Skip to content

fix/inefficient-counter#21847

Merged
mchain0 merged 1 commit intodevelopfrom
fix/inefficient-counter
Apr 7, 2026
Merged

fix/inefficient-counter#21847
mchain0 merged 1 commit intodevelopfrom
fix/inefficient-counter

Conversation

@mchain0
Copy link
Copy Markdown
Contributor

@mchain0 mchain0 commented Apr 3, 2026

An obvious inefficiency: getBatchCountForChain builds a slice only to take its length — wasteful allocations. Replacing it with a counter.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 3, 2026

✅ No conflicts with other open PRs targeting develop

@mchain0 mchain0 marked this pull request as ready for review April 3, 2026 09:56
@mchain0 mchain0 requested review from a team as code owners April 3, 2026 09:56
@cl-sonarqube-production
Copy link
Copy Markdown

@trunk-io
Copy link
Copy Markdown

trunk-io Bot commented Apr 3, 2026

Static BadgeStatic BadgeStatic BadgeStatic Badge

View Full Report ↗︎Docs

@mchain0 mchain0 enabled auto-merge April 3, 2026 11:02
@mchain0 mchain0 added skip-smoke-tests Skips E2E tests. Best for draft PRs to save on GitHub Runners. skip-e2e-regression Skips regression system tests labels Apr 7, 2026
@mchain0 mchain0 added this pull request to the merge queue Apr 7, 2026
Merged via the queue into develop with commit e4f06a8 Apr 7, 2026
279 of 295 checks passed
@mchain0 mchain0 deleted the fix/inefficient-counter branch April 7, 2026 09:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-e2e-regression Skips regression system tests skip-smoke-tests Skips E2E tests. Best for draft PRs to save on GitHub Runners.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants